projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5203bf0
)
docs: Document GtkNativeDialogClass
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 16:01:14 +0000
(16:01 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000
(16:29 +0000)
gtk/gtknativedialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtknativedialog.h
b/gtk/gtknativedialog.h
index 09f8546f19b764280131616bf28b7bd92ac1db94..a4e75680d42d3e9bae66af424aafa743503b84a2 100644
(file)
--- a/
gtk/gtknativedialog.h
+++ b/
gtk/gtknativedialog.h
@@
-32,10
+32,18
@@
G_BEGIN_DECLS
GDK_AVAILABLE_IN_ALL
G_DECLARE_DERIVABLE_TYPE (GtkNativeDialog, gtk_native_dialog, GTK, NATIVE_DIALOG, GObject)
+/**
+ * GtkNativeDialogClass:
+ * @response: class handler for the #GtkNativeDialog::response signal
+ *
+ * Class structure for #GtkNativeDialog.
+ */
struct _GtkNativeDialogClass
{
+ /*< private >*/
GObjectClass parent_class;
+ /*< public >*/
void (* response) (GtkNativeDialog *self, int response_id);
/* <private> */